RawBitmap Buoy package.

RawBitmap.Constructor Constructor

Constructs a new RawBitmap with a given width, given height, bitmap format type and given rowBytes value.

Constructor(
   width as Integer,
   height as Integer,
   rowBytes as Integer,
   bitmapFormat as RawBitmap.BitmapFormats)

Parameters

width
The width for the Bitmap.
height
The height for the Bitmap.
rowBytes
The number of bytes per row. This value cannot be smaller than width * channels.

Row bytes may be zero, in which case the class will put minimum size needed for the row bytes.
bitmapFormat
Format of the color components in the bitmap.

Remarks

See Also

RawBitmap Class